home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Champak 64
/
Volume 64 - JOGO DISK .iso
/
Games
/
the_best_every_day.swf
/
scripts
/
__Packages
/
DropPoint.as
< prev
next >
Wrap
Text File
|
2008-04-10
|
257b
|
13 lines
class DropPoint extends sarbakan.visual.element.DynamicElement
{
function DropPoint(l_mcDropPoint)
{
super(l_mcDropPoint._name);
this.setMC(l_mcDropPoint);
}
function activate()
{
this.mc._visible = true;
}
}